home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / tpb4_src.zip / TPC.CFG < prev    next >
Text File  |  1988-09-11  |  744b  |  18 lines

  1. { TPBoard 4.2 Copyright (c) 1987,88 by Jon Schneider & Rick Petersen  
  2.   Portions Copyright (c) 1986,87 by Steve Fox and Les Archambault  
  3. }
  4. { TPC.CFG }
  5.  
  6. { This is the configuration file for TPC when compiling TPBoard }
  7.  
  8. /$R-                    { Range checking off }
  9. /$B-                    { Boolean complete evauluation off }
  10. /$D+                    { Debug info on }
  11. /$I+                    { IO checking on }
  12. /$L-                    { Link to disk }
  13. /$N-                    { No numeric coprocessor }
  14. /$S-                    { Stack checking off }
  15. /$T+                    { Generate TPM file }
  16. /TC:\LANG\TP4           { Put your Turbo Pascal 4.0 directory here  }
  17. /UC:\LANG\TP4\TPU       { Put your TPU directory here }
  18.